Release 10.1A: OpenEdge Development:
Progress Dynamics Managers API Reference


launchProcedure

This procedure launches a business logic procedure or manager procedure. It determines if the procedure is already running and whether the existing instance should be replaced or a new instance run. If required, the procedure also connects to the AppServer partition. The procedure then updates the temp-table of running persistent procedures with the appropriate details.

Location: af\app\afsesmngrp.i

Parameters:

INPUT pcPhysicalName AS CHARACTER

The physical object filename, with path and extension.

INPUT plOnceOnly AS LOGICAL

If YES, then the procedure checks for an already running instance and uses it, if possible.

INPUT pcOnAppserver AS CHARACTER

Accepts values of YES, NO, or APPSERVER.

INPUT pcAppserverPartition AS CHARACTER

The AppServer partition name to run on.

INPUT plRunPermanent AS LOGICAL

The default is NO.

OUTPUT phProcedureHandle AS HANDLE

The procedure handle of object run.

Notes:


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095